home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr48
/
pavt150.zip
/
JAMUTIL.ZIP
/
MAKEFILE.GCC
< prev
next >
Wrap
Text File
|
1993-07-01
|
546b
|
27 lines
#
# JAM(mbp) - The Joaquim-Andrew-Mats Message Base Proposal
#
# JAM Utility
#
# Written by Mats Wallin
#
# ----------------------------------------------------------------------
#
# makefile (JAMmb)
#
# Make file for the JAMUTIL program and GCC for a Sparc
#
# Copyright 1993 Joaquim H. Homrighausen, Andrew Milner, Mats Birch, and
# Mats Wallin. ALL RIGHTS RESERVED.
#
CC = gcc
CLIB = jamcapi
CFLAGS = -ansi
.c.o:
$(CC) -c -I.. -ansi $*.c
jamutil: jamutil.o
gcc $? -l$(CLIB) -o $@